home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / gstobject / set / Example / Info next >
Text File  |  1994-09-24  |  652b  |  26 lines

  1. The C program 'SetTest' demonstrates how to use the Set object from C.
  2.  
  3.  
  4. To run the example:
  5.  
  6.   Double click on 'SetTest' or run 'SetTest' from a task window.
  7.  
  8.  
  9. To compile the example: (assuming DDE and !CAHG installed)
  10.  
  11.   Create a new project with !Make.
  12.   
  13.   1  Add c.settest, c.Adh and cahg.need and your C library
  14.      o.stubs file and the o.Adhesive file supplied with Adhesive
  15.      to the new project.
  16.      
  17.   2  Choose the 'user' option for CAHG.
  18.   
  19.   3  Make the project.
  20.  
  21.  
  22. The example is supplied with .o files and the executeable.
  23.  
  24. (The make file provided will NOT work as the paths on my system will
  25. be different from those on your system.)
  26.